home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20010306-20010921 / 000331_nospam@newsranger.com_Wed Aug 22 18:04:05 EDT 2001.msg < prev    next >
Text File  |  2020-01-01  |  2KB  |  47 lines

  1. Article: 12705 of comp.protocols.kermit.misc
  2. Path: newsmaster.cc.columbia.edu!panix!newsfeed.mathworks.com!news.maxwell.syr.edu!sn-xit-03!sn-xit-04!supernews.com!feed.textport.net!newsranger.com!www.newsranger.com!not-for-mail
  3. Newsgroups: comp.protocols.kermit.misc
  4. From: Rob <nospam@newsranger.com>
  5. References: <8PTg7.10973$2u.79082@www.newsranger.com> <9m130g$3kr$1@newsmaster.cc.columbia.edu>
  6. Subject: Re: FTP idle time-out?
  7. Lines: 29
  8. Message-ID: <VSVg7.11161$2u.81015@www.newsranger.com>
  9. X-Abuse-Info: When contacting newsranger.com regarding abuse please
  10. X-Abuse-Info: forward the entire news article including headers or
  11. X-Abuse-Info: else we will not be able to process your request
  12. X-Complaints-To: abuse@newsranger.com
  13. NNTP-Posting-Date: Wed, 22 Aug 2001 17:55:01 EDT
  14. Organization: http://www.newsranger.com
  15. Date: Wed, 22 Aug 2001 21:55:01 GMT
  16. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:12705
  17.  
  18. Would you have any other advice as to how I could achieve this functionality
  19. using ftp? If not do I need ckermit on both the sending and receiving end to use
  20. the kermit transfer protocol? Any advice would be greatly appreciated since this
  21. is a somewhat time critical problem. 
  22.  
  23. Thanks,
  24. -Rob
  25.  
  26. In article <9m130g$3kr$1@newsmaster.cc.columbia.edu>, Frank da Cruz says...
  27. >
  28. >In article <8PTg7.10973$2u.79082@www.newsranger.com>,
  29. >Rob B.  <nospam@newsranger.com> wrote:
  30. >: I am writing a script to automate an ftp process using Ckermit 8.0
  31. >: beta. I need to be able to set a time-out so if the server is not
  32. >: responding the process will terminate with an error message, I believe
  33. >: that the default timeout must be set to infinite. Is this even possible?
  34. >: 
  35. >No, sorry.  Unlike Kermit protocol, FTP doesn't time out.  Instead it
  36. >relies on the underlying TCP/IP protocols to take care of such things.  If
  37. >the connection dies, the FTP operation will fail.  However, TCP/IP does not
  38. >interpret idleness or nonresponsiveness as a lost connection, at least not
  39. >until TCP Keepalives kick in several hours later.
  40. >
  41. >I can see how a timeout feature might be useful for FTP and will look into
  42. >adding one before the final 8.0 release.
  43. >
  44. >- Frank
  45.  
  46.  
  47.